Removed the EventServer, replacing the events fired with simple logging
authoremellor@ewan <emellor@ewan>
Wed, 5 Oct 2005 10:43:23 +0000 (11:43 +0100)
committeremellor@ewan <emellor@ewan>
Wed, 5 Oct 2005 10:43:23 +0000 (11:43 +0100)
commit39f62611c40944029fb67527aafd3c3853bea35f
treed6c74daa0fba413fe3dc3c9c133977129af95a46
parentacbce460773919d8a2eef2b688be64865e304807
Removed the EventServer, replacing the events fired with simple logging
messages.  This closes bug #281.  Removed references to XendRoot where these
have become unnecessary either through the work above or just through time.

Renamed some parameters in event.py, to mark them as unused.  Fix a call to a
base class constructor there too.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/EventServer.py [deleted file]
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendRoot.py
tools/python/xen/xend/server/SrvDaemon.py
tools/python/xen/xend/server/SrvRoot.py
tools/python/xen/xend/server/event.py
tools/python/xen/xend/server/relocate.py